{
	"name": {
		"text": "(alien)"
	},

	"icon": {
		"type": "icon",
		"item": {
			"item": "minecraft:apple",
			"data": 0
		}
	},
	"effects": [
		{
            "type": "skin_overlay",
            "texture": "vitrix:textures/skins/(alien)glow.png",
            "size": 0,
            "glow": true
		},
		{
		"type": "skin_change",
		"texture": "vitrix:textures/skins/(alien).png"
	},
		{
			"type": "name_change",
			"name": {"text": "(kais name)"}
		},
		{
		"type": "skin_overlay",
		"size": 0,
           	 "glow": true,
		"texture": "vitrix:textures/blink/(alien).png",
		  "conditions": [
				{
					"type": "ability_enabled",
					"ability": "blink",
					"use_key": true
				}
			]
	}],

	"max_level": 40,

	"capsule_color": 15073989,

	"abilities": {
		"(alien)_size": {
			"ability": "lucraftcore:command_loop",
			"show_in_bar": false,
			"title": {"text": "(size)"},
			"icon": { "type": "internal" },
			"commands": ["sizechange @s 1 lucraftcore:default"]
		},
		"fusios": {
			"ability": "heroesexpansion:god_mode",
			"cooldown": 0,
			"show_in_bar": true,
			"title": {"translate":"show fusion options"},
			"icon": { "type": "internal" },
			"bar_color": "light_gray",
			"damage": 0.0
		},
		"(fusion)": {
			"ability": "lucraftcore:command",
			"show_in_bar": "true",
			"bar_color": "green",
			"title": {"text":"fuse with (name)"},
			"icon": { "type": "texture", "texture": "confido:textures/confidotrix_active.png" },
			"commands": ["/superpower @s vitrix:(name)"],
			"conditions": [
				{
					"type": "lucraftcore:ability",
					"ability": "fusios"
				}
			]
		},
		"deactivate": {
			"ability": "lucraftcore:command",
			"show_in_bar": "true",
			"bar_color": "cyan",
			"title": {"text":"Deactivate Vitrix"},
			"icon": { "type": "texture", "texture": "trix:textures/icons/trix_oofed.png" },
			"commands": ["/superpower @s vitrix:vitrix", "/particle reddust ~ ~1 ~ 0.3 0.5 0.3 0 3000"],
			"conditions": [
				{
					"type": "lucraftcore:scoreboard_tag",
					"tag": "bossy"
				}
			]
		},
		"(alien)timer": {
			"ability": "lucraftcore:command_loop",
			"show_in_bar": "false",
			"bar_color": "green",
			"title": {"text":"timer"},
			"icon": { "type": "texture", "texture": "trix:textures/icons/trix_oofed.png" },
			"commands": ["scoreboard players add @s[tag=!bossy] timer 1",
				"superpower @s[score_timer_min=6000,tag=!bossy] vitrix:vitrix_timeout",
			"scoreboard players tag @s[score_timer=5939,score_timer_min=5930,tag=!bossy] add red",
			"scoreboard players tag @s[score_timer=5949,score_timer_min=5940,tag=!bossy] remove red",
			"scoreboard players tag @s[score_timer=5959,score_timer_min=5950,tag=!bossy] add red",
			"scoreboard players tag @s[score_timer=5969,score_timer_min=5960,tag=!bossy] remove red",
			"scoreboard players tag @s[score_timer=5979,score_timer_min=5970,tag=!bossy] add red",
			"scoreboard players tag @s[score_timer=5989,score_timer_min=5980,tag=!bossy] remove red",
			"scoreboard players tag @s[score_timer=5999,score_timer_min=5990,tag=!bossy] add red",
			"scoreboard players tag @s[score_timer_min=6000,tag=!bossy] remove red",
			"execute @p[score_timer_min=6000,tag=!bossy] ~ ~ ~ particle reddust ~ ~1 ~ 0.3 0.5 0.3 0 3000 normal"]
		},
		"blink": {
			"ability": "heroesexpansion:precision",
			"cooldown": 0,
			"title": {"translate": "red blink"},
			"conditions": [{"type": "lucraftcore:scoreboard_tag",
					"tag": "red"}]
		}
	}
}